home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / VN / PRODUCT / VNOTES95.EXE / 0 / RCDATA / TFRMSERIAL / TFRMSERIAL.txt
Text File  |  1996-07-07  |  2KB  |  88 lines

  1. object frmSerial: TfrmSerial
  2.   Left = 467
  3.   Top = 205
  4.   VertScrollBar.Visible = False
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 115
  8.   ClientWidth = 323
  9.   Font.Color = clWindowText
  10.   Font.Height = 12
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object panMain: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 323
  23.     Height = 82
  24.     Align = alTop
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvNone
  27.     BorderWidth = 4
  28.     TabOrder = 0
  29.     object lblName: TLabel
  30.       Left = 24
  31.       Top = 17
  32.       Width = 53
  33.       Height = 13
  34.       Alignment = taRightJustify
  35.       Caption = 'Your Name'
  36.     end
  37.     object lblSerial: TLabel
  38.       Left = 41
  39.       Top = 47
  40.       Width = 36
  41.       Height = 13
  42.       Alignment = taRightJustify
  43.       Caption = 'Serial #'
  44.     end
  45.     object txtName: TEdit
  46.       Left = 88
  47.       Top = 13
  48.       Width = 220
  49.       Height = 24
  50.       Hint = 'Enter your name here'
  51.       AutoSize = False
  52.       MaxLength = 35
  53.       TabOrder = 0
  54.     end
  55.     object txtSerial: TEdit
  56.       Left = 88
  57.       Top = 43
  58.       Width = 220
  59.       Height = 24
  60.       Hint = 'Enter your serial # here'
  61.       AutoSize = False
  62.       CharCase = ecUpperCase
  63.       MaxLength = 30
  64.       TabOrder = 1
  65.     end
  66.   end
  67.   object btnOK: TButton
  68.     Left = 163
  69.     Top = 84
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'OK'
  73.     Default = True
  74.     TabOrder = 1
  75.     OnClick = btnOKClick
  76.   end
  77.   object btnCancel: TButton
  78.     Left = 244
  79.     Top = 84
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     TabOrder = 2
  85.     OnClick = btnCancelClick
  86.   end
  87. end
  88.